Adwaita: add vertical margins to headebar entries and separators
authorLapo Calamandrei <calamandrei@gmail.com>
Sat, 9 Jan 2016 10:25:08 +0000 (11:25 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Sat, 9 Jan 2016 10:25:08 +0000 (11:25 +0100)
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index b3093c6fc03a13981c56e4ae9c22e223aa14f0db..bb22ace09c9df061ddad4cc2a158cf10e7f5c6ce 100644 (file)
@@ -1287,7 +1287,9 @@ headerbar {
     }
   }
 
-  // add vertical margins to headerbar buttons to avoid them spanning the whole height
+  // add vertical margins to headerbar entries, buttons and separators to avoid them spanning the whole height
+  entry,
+  separator,
   button {
     margin-top: 6px;
     margin-bottom: 6px;
index 6ce7d46cb98c4d2aff8df5657b0d57be80a4d8de..039e063e2f9bb6085331cbe3f2a51cd79711f561 100644 (file)
@@ -1927,8 +1927,13 @@ headerbar {
     .titlebar headerbar.default-decoration button.titlebutton {
       min-height: 26px;
       padding: 0 5px; }
+  .titlebar:not(headerbar) entry, .titlebar:not(headerbar) spinbutton,
+  .titlebar:not(headerbar) separator,
   .titlebar:not(headerbar) button,
   .titlebar:not(headerbar) button.titlebutton,
+  headerbar entry,
+  headerbar spinbutton,
+  headerbar separator,
   headerbar button,
   headerbar button.titlebutton,
   headerbar .titlebar button.titlebutton,
index d7538fff1dd3911c05cfc35ee5be3e498c0e1827..f39a0b0825cd7d4c8468a5de7b65284f5379a372 100644 (file)
@@ -1931,8 +1931,13 @@ headerbar {
     .titlebar headerbar.default-decoration button.titlebutton {
       min-height: 26px;
       padding: 0 5px; }
+  .titlebar:not(headerbar) entry, .titlebar:not(headerbar) spinbutton,
+  .titlebar:not(headerbar) separator,
   .titlebar:not(headerbar) button,
   .titlebar:not(headerbar) button.titlebutton,
+  headerbar entry,
+  headerbar spinbutton,
+  headerbar separator,
   headerbar button,
   headerbar button.titlebutton,
   headerbar .titlebar button.titlebutton,